home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / text / hyper / MakeMain.readme < prev    next >
Text File  |  1993-12-12  |  2KB  |  51 lines

  1. Short: Autom. create master AmigaGuide document
  2. Type: util/rexx
  3. Uploader: froh@devnull.nbg.sub.org
  4. Author: froh@devnull.nbg.sub.org
  5. Required: REXX, AmigaGuide
  6.  
  7.             MakeMain.rexx (and AmigaGuideFrontend.rexx)
  8.             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  9.  
  10. This is a little program which automagically creates a master AmigaGuide 
  11. document containing links to all your other guide files. MakeMain.rexx
  12. does this by scanning the directories where your guide files reside.
  13.  
  14. It is bundeled with a small frontend for AmigaGuide which will display
  15. the main guide if invoked without parameters.
  16.  
  17.  
  18. INSTALLATION:
  19.     Put the programs somewhere where ARexx will find them. You will
  20.     have to change some constants in the programs, so you *MUST*
  21.     look at the source. (You'll also find some more documentation
  22.     in there)
  23.  
  24.     You might want to create an alias for the AmigaGuideFrontend program.
  25.  
  26.  
  27.  
  28. COPYRIGHT:
  29.  
  30.     Copyright © 1992,93 Frohwalt Egerer
  31.     All rights reserved.
  32.  
  33.     Permission to use, copy, modify, and distribute this software and
  34.     its  documentation  for  any  purpose,  without  fee, and without
  35.     written  agreement  is  hereby  granted,  provided that the above
  36.     copyright  notice  and the following two paragraphs appear in all
  37.     copies of this software and supporting documentation.
  38.  
  39.     In  no  event  shall  Frohwalt  Egerer be liable to any party for
  40.     direct,  indirect,  special, incidental, or consequential damages
  41.     arising  out  of  the use of this software and its documentation,
  42.     even  if  Frohwalt  Egerer has been advised of the possibility of
  43.     such damage.
  44.  
  45.     Frohwalt Egerer specifically disclaims any warranties, including,
  46.     but not limited to, the implied warranties of merchantability and
  47.     fitness   for   a  particular  purpose.   The  software  provided
  48.     hereunder  is  on  an  "as  is" basis, and Frohwalt Egerer has no
  49.     obligation    to    provide    maintenance,   support,   updates,
  50.     enhancements, or modifications.
  51.